#Else
h = 42

if h > 50:
    print("Greater than 50")
else:
    print("50 or smaller")
